(lisp-mode-variables): Doc fix.
authorStephen Eglen <stephen@gnu.org>
Thu, 15 Jan 2009 10:50:37 +0000 (10:50 +0000)
committerStephen Eglen <stephen@gnu.org>
Thu, 15 Jan 2009 10:50:37 +0000 (10:50 +0000)
lisp/emacs-lisp/lisp-mode.el

index 7a00ec05ec8d28c25601676ac51f2bc17d46e184..65c26e67e413db6bc920205f40dcab6b0d726c8a 100644 (file)
   "Common initialization routine for lisp modes.
 The LISP-SYNTAX argument is used by code in inf-lisp.el and is
 (uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el
-KEYWORDS-CASE-SENSITIVE means that for font-lock keywords will not be case sensitive."
+KEYWORDS-CASE-INSENSITIVE means that for font-lock keywords will not 
+be case sensitive."
   (when lisp-syntax
     (set-syntax-table lisp-mode-syntax-table))
   (setq local-abbrev-table lisp-mode-abbrev-table)